var internal/cpu.options

16 uses

	internal/cpu (current package)
		cpu.go#L161: var options []option
		cpu.go#L209: 			for i := range options {
		cpu.go#L210: 				options[i].Specified = true
		cpu.go#L211: 				options[i].Enable = enable
		cpu.go#L216: 		for i := range options {
		cpu.go#L217: 			if options[i].Name == key {
		cpu.go#L218: 				options[i].Specified = true
		cpu.go#L219: 				options[i].Enable = enable
		cpu.go#L227: 	for _, o := range options {
		cpu_x86.go#L52: 	options = []option{
		cpu_x86.go#L65: 		options = append(options,
		cpu_x86.go#L75: 		options = append(options,
		cpu_x86.go#L85: 		options = append(options,